libxl.c:return val of libxl_wait_for_memory_target
authorAyush Ruia <ayushruia@gmail.com>
Mon, 6 Oct 2014 08:12:26 +0000 (03:12 -0500)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 6 Oct 2014 13:31:29 +0000 (14:31 +0100)
commit2048aeec6bf171e23ddc94fb67e2abb1e65e8c92
tree8b20b276f554cd1df333b5862857376672b19469
parent60377c3ec5212c04535a82e408ced94230eecaa2
libxl.c:return val of libxl_wait_for_memory_target

Fixed the return value of the function libxl_wait_for_memory_target. It was always returning 0 even inthe case of an error.

Signed-off-by: Ayush Ruia <ayushruia@gmail.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.c